
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'MontserratBold';
  src: url(../font/MontserratBold.ttf);
}
body {
  position: relative;
}
.head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.head .head-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding-left: 0.3rem;
  background: #fff;
}
.head .head-top .top-logo {
  width: 1.82rem;
  height: auto;
  margin-right: 2.8rem;
}
.head .head-top .top-logo img {
  width: 100%;
}
.head .head-top .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 9.15rem;
  height: 100%;
}
.head .head-top .top-nav .nav-list {
  width: auto;
  height: 100%;
}
.head .head-top .top-nav .nav-list .list-link {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 18px;

  line-height: 0.9rem;
  color: #333;
}
.head .head-top .top-nav .nav-list .list-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #d00;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-nav .nav-list .list-box {
  display: flex;
  justify-content: center ;
  align-items: center;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100vw;
  height: 0;
  background: #fff;
  overflow: hidden;
  border-top: solid 1px #f5f5f5;
  z-index: 9;
}
.head .head-top .top-nav .nav-list .list-box .box-cent {
  display: flex;
  justify-content: center ;
  align-items: center;
  width: 15.37rem;
  height: 2.6rem;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-left .left-pic {
  width: 630px;
  height: 100%;
  padding-right: 50px;
  border-right: solid 1px #f9f9f9;
  opacity: 0;
  transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  transition: all 0.8s 0.4s;
  -o-transition: all 0.8s 0.4s;
  -moz-transition: all 0.8s 0.4s;
  -webkit-transition: all 0.8s 0.4s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-left .left-pic img {
  width: 100%;
  height: auto;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  padding-left: 50px;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a {
  position: relative;
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.35rem;
  padding-left: 0.2rem;
  font-size: 16px;
  color: #666;
  opacity: 0;
  transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -webkit-transform: translateX(-0.5rem);
  transition: all 0.8s 0.4s;
  -o-transition: all 0.8s 0.4s;
  -moz-transition: all 0.8s 0.4s;
  -webkit-transition: all 0.8s 0.4s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a span {
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background: #e3e3e3;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a:hover span {
  font-weight: bold;
  color: #d00;
}
.head .head-top .top-nav .nav-list .list-box .box-cent .box-right a:hover::after {
  background: #d00;
}
.head .head-top .top-nav .nav-list:hover .list-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.head .head-top .top-nav .nav-list:hover .list-box {
  height: 500px;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.head .head-top .top-nav .nav-list:hover .list-box .box-left .left-pic {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.head .head-top .top-nav .nav-list:hover .list-box .box-right a {
  opacity: 1;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.head .head-top .top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.8rem;
  height: 100%;
  margin-left: 1.2rem;
}
.head .head-top .top-right .right-phone {
  width: 1.8rem;
  font-size: 18px;
  font-weight: bold;
  color: #d00;
  line-height: 0.9rem;
}
.head .head-top .top-right .right-icon {
  width: 16px;
  cursor: pointer;
  margin-right:30px;
}
.head .head-top .top-right .right-icon img {
  width: 100%;
}
.head .head-top .top-right .right-sousuo {
  display: none;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 0.7rem;
  background: #fff;
  border-top: solid 1px #f9f9f9;
  z-index: 9;
}
.head .head-top .top-right .right-sousuo .sousuo-box {
  display: flex;
  float: right;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  height: 0.6rem;
  margin-right: 2rem;
  border-bottom: solid 1px #d9d9d9;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-pic {
  width: 26px;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-pic img {
  width: 100%;
}
.head .head-top .top-right .right-sousuo .sousuo-box input {
  flex: 1;
  margin-left: 20px;
  padding-right: 0.1rem;
  font-family: "微软雅黑";
  font-size: 15px;
  color: #999;
}
.head .head-top .top-right .right-sousuo .sousuo-box input::placeholder {
  font-family: "微软雅黑";
  font-size: 15px;
  color: #999;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-hide {
  width: 22px;
  cursor: pointer;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-sousuo .sousuo-box .box-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.head .head-top .top-right .right-lang {
  position: relative;
  width: 1.1rem;
  height: 100%;
  margin-left: 0.35rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang .lang-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.head .head-top .top-right .right-lang .lang-top .top-icon {
  position: relative;
  width: 20px;
  height: 100%;
}
.head .head-top .top-right .right-lang .lang-top .top-title {
  width: auto;
  height: auto;
  margin-left: 0.06rem;
  font-size: 14px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang .img2 {
  opacity: 0;
}
.head .head-top .top-right .right-lang .lang-box {
  position: absolute;
  top: 0.9rem;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-top .top-right .right-lang .lang-box .box-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.1rem;
  font-size: 14px;
  text-align: center;
  color: #9c9c9c;
  background: #f0f0f0;
  word-wrap: break-word;
  word-break: break-all;
}
.head .head-top .top-right .right-lang .lang-box .box-list:hover {
  color: #d00;
  background: #fff;
}
.head .head-top .top-right .right-lang:hover {
  background: #d00;
}
.head .head-top .top-right .right-lang:hover .img2 {
  opacity: 1 !important;
}
.head .head-top .top-right .right-lang:hover .img1 {
  opacity: 0;
}
.head .head-top .top-right .right-lang:hover .lang-box {
  height: 2.7rem;
}
.head .head-top .top-right .right-lang:hover .top-title {
  color: #fff !important;
}
.head .head-top .top-right .right-web-icon,
.head .head-top .top-right .right-web-caidang {
  display: none;
}
.head .head-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.head .head-banner .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-web-pic {
  display: none;
}
.head .head-banner .swiper-slide .slide-pic {
  width: 100%;
  height: auto;
}
.head .head-banner .swiper-slide .slide-pic img {
  width: 100%;
}
.head .head-banner .swiper-slide .slide-cent {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  width: 15.37rem;
  height: auto;
  padding-left: 0.4rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-slide .slide-cent .cent-title {
  font-size: 0.45rem;
  font-weight:bold;
  color: #f2f2f2;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MontserratBold';
  font-size: 0.25rem;
  color: #ccc;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 0.25rem;
  color: #ccc;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent .cent-botton {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.35rem;
  font-size: 14px;
  font-family: 'MontserratBold';
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border-radius: 0.25rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.head .head-banner .swiper-slide .slide-cent .cent-botton:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}


.cent-botton {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.35rem;
  font-size: 14px;
  font-family: 'MontserratBold';
  text-align: center;
  line-height: 0.45rem;
  color: #666;
  border-radius: 0.25rem;
  background: linear-gradient(-90deg, #fff, #fff);
}
.cent-botton:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}



.head .head-banner .swiper-slide .slide-cent2 {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-slide .slide-cent2 .cent-title {
  display: inline-block;
  font-size: 0.25rem;
  background-image: linear-gradient(90deg, #00c0ff, #104bb9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent2 .cent-title .title1 {
  font-weight: bold;
  font-size: 0.45rem;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent2 .cent-title .title2 {
  letter-spacing: 0.18rem;
  transform: translateX(30px);
  -o-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
}
.head .head-banner .swiper-slide .slide-cent3 {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 15.37rem;
  height: auto;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-slide .slide-cent3 .cent-title {
  display: inline-block;
  font-size: 0.2rem;
  color: #9bcf41;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.head .head-banner .swiper-slide .slide-cent3 .cent-title .title1 {
  font-weight: bold;
  font-size: 0.45rem;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px); margin-bottom:20px;
}
.head .head-banner .swiper-slide .slide-cent3 .cent-title .title2 {
  letter-spacing: 0.05rem;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px); line-height:40px;
}
.head .head-banner .swiper-slide .slide-cent3 .cent-text {
  margin-top: 0.1rem;
  font-size: 0.25rem;
  color: #333;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.head .head-banner .swiper-slide-active .slide-cent .cent-title {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -moz-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent .cent-English {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 0.8s 0.6s;
  -o-transition: all 0.8s 0.6s;
  -moz-transition: all 0.8s 0.6s;
  -webkit-transition: all 0.8s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent .cent-text {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent2 .cent-title {
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -moz-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent3 .cent-title {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  -moz-transition: all 0.6s 0.6s;
  -webkit-transition: all 0.6s 0.6s;
}
.head .head-banner .swiper-slide-active .slide-cent3 .cent-text {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
}
.head .head-banner .swiper-pagination {
  bottom: 0.9rem;
  left: 50%;
  width: 15.37rem;
  text-align: left;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 0.4;
}
.head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.head .head-banner .swiper-button {
  position: absolute;
  bottom: 1.12rem;
  left: 3.7rem;
  width: 0.45rem;
  height: auto;
  z-index: 19;
}
.head .head-banner .swiper-button .banner-swiper-button-prev,
.head .head-banner .swiper-button .banner-swiper-button-next {
  position: absolute;
  top: 0;
  width: 9px;
  height: auto;
  cursor: pointer;
}
.head .head-banner .swiper-button .banner-swiper-button-prev img,
.head .head-banner .swiper-button .banner-swiper-button-next img {
  width: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head .head-banner .swiper-button .banner-swiper-button-prev:hover,
.head .head-banner .swiper-button .banner-swiper-button-next:hover {
  opacity: 1;
}
.head .head-banner .swiper-button .banner-swiper-button-prev {
  left: 0;
}
.head .head-banner .swiper-button .banner-swiper-button-next {
  right: 0;
}
.head .Whead-sidebar,
.head .Whead-search,
.head .head-Wnav {
  display: none;
}
.foot {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: .2rem;
  padding-top: 1.1rem;
  background: rgba(40, 41, 42, 0.95);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.foot .foot-cont {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.foot .foot-cont .cont-left {
  display: flex;
  justify-content: flex-start;
  width: 9.5rem;
  height: auto;
}
.foot .foot-cont .cont-left .left-dl {
  width: 2.24rem;
  height: auto;
}
.foot .foot-cont .cont-left .left-dl .left-dt {
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-weight: bold;
}
.foot .foot-cont .cont-left .left-dl .left-dt a {
  color: #fff;
}
.foot .foot-cont .cont-left .left-dl .left-dd {
  font-size: 14px;
  line-height: 36px;
  color: #a5a5a5;
}
.foot .foot-cont .cont-left .left-dl .left-dd a {
  color: #a5a5a5;
}
.foot .foot-cont .cont-left .left-dl .left-dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot .foot-cont .cont-right {
  width: 3.1rem;
  height: auto;
}
.foot .foot-cont .cont-right .right-phone {
	font-family:Impact;
  font-size: 0.5rem;
  text-align: right;
  color: #fff;
}
.foot .foot-cont .cont-right .right-phone1{
	font-size:0.2rem;
	font-family:"Microsoft YaHei UI";
	color:#fff;
	text-align:right;
}
.foot .foot-cont .cont-right .right-phone span{
	font-size:0.15rem;
}
.foot .foot-cont .cont-right .right-ewm {
  width: 100%;
  margin: 0.55rem 0 0.36rem;
  text-align: right;
}
.foot .foot-cont .cont-right .right-ewm img {
  width: 1.2rem;
}
.foot .foot-cont .cont-right .right-bottom {
  display: flex;
  justify-content: flex-end;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 0.12rem;
  border-radius: 50%;
  border: solid 1px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list .img2 {
  opacity: 0;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list:hover {
  background: #fff;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list:hover .img2 {
  opacity: 1;
}
.foot .foot-cont .cont-right .right-bottom .bottom-list:hover .img1 {
  opacity: 0;
}
.foot .foot-bottom {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.8rem;
  border-top: solid 1px #464748;
}
.foot .foot-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  margin: 0 auto;
}
.foot .foot-bottom .bottom-box .box-left {
  width: 50%;
}
.foot .foot-bottom .bottom-box .box-left a {
  font-size: 12px;
  color: #666;
}
.foot .foot-bottom .bottom-box .box-left a:hover {
  color: #fff;
}
.foot .foot-bottom .bottom-box .box-left span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin: 0 0.24rem;
}
.foot .foot-bottom .bottom-box .box-right {
  font-size: 12px;
  color: #666;
}
.foot .foot-bottom .bottom-box .box-right a {
  color: #666;
}
.foot .foot-bottom .bottom-box .box-right a:hover {
  color: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-bg {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-bg img {
  width: 100%;
}
.container .cont-plate1 .plate1-top {
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.container .cont-plate1 .plate1-top .top-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #d00;
}
.container .cont-plate1 .plate1-top .top-English {
  margin-top: 0.18rem;
 
 
  text-align: center;
  color: #999;
}
.container .cont-plate1 .plate1-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #a00;
}
.topprdlist{
	box-sizing: border-box;
    width: 1272px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.topprdlist ul{
	display: inline-block;
    width: 160px;
    margin-right: 50px;
    text-align: center;
    cursor: pointer;
}

.topprdlist ul img{
	max-width: 100%;
    height: auto !important;
    max-height: 100% !important;
    vertical-align: bottom;
}
.topprdlist ul span{
	font-size:14px;
	display:block;
}
.topprdlist ul a:hover span{
	color:#007aff;
}

/*改产品中心*/
.hotprdlist{
	box-sizing: border-box;
    width: 1272px;
    height: 100%;
	padding-top:15px;
	margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;	
	}
.hotprdlist .l{
	width:434px;
	height:351px;
	float:left;
}
.hotprdlist .l img{
	width:100%;
	height:auto;
}
.hotprdlist .r{
	width:808px;
	height:auto;
	margin-left:30px;
	float:right;
}
.hotprdlist .r ul{
	width:179px;
	height:auto;
	margin-left:15px;
	margin-top:16px;
	padding:3px; 
	border:1px solid #ccc; 
	float:left;
		
}
.hotprdlist .r ul a{ display:block}
.hotprdlist .r ul:hover{ border-color:#ce0000;}
.hotprdlist .r ul img{
	width:100%;
	height:114px;
}
.hotprdlist .r ul p{
	display:block;
	line-height:30px;
	font-size:12px;
	text-align:center;
}
.hotprdlist .r ul a:hover p{color:#ce0000;}

.tit{
	width:100%; height:55px;
	border-top:#e8e8e8 2px solid;
	margin-bottom:10px;
	float:left;
}
.titl{
	width:200px;
	line-height:55px;
	font-size:18px;
	 color:#ca151e;
	 font-weight:bold;
	border-top:2px solid #ca151e;
	margin-top:-2px;
	float:left;
}
.titl span{
	color:#333;}	
.hotprdlist .titr{
	padding-left:250px;
	float:left;
}
.titr{
	float:right;
}
.titr  li a{ font-size:14px;}
.titr  li a:hover{ color:#ce0000;}
.titr li{
	line-height:55px;
	margin-right:40px;
	float:left;
}

.more{
	line-height:55px;
	float:right;}	
.more a{
	font-size:14px;
}
.more a:hover{
	color:#ce0000;
}

	


.container .cont-plate1 .plate1-cent {
  position: relative;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 2.25rem;
  right: 0;
  width: 90%;
}
.container .cont-plate1 .plate1-cent .cent-menu {
  width: 3.2rem;
  height: auto;
  background: linear-gradient(120deg, #a00, #d00);
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list {
  position: relative;
  width: 100%;
  height: 1.6rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.26rem 0 0 0.55rem;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon {
  position: relative;
  width: 0.5rem;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-title {
  margin-top: 0.6rem;
  font-size: 22px;
  color: #fff;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-English {
  margin-top: 0.1rem;
  font-family: 'Arial';
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 0.4rem;
  opacity: 0;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow img {
  width: 100%;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active {
  background: linear-gradient(-90deg, #a00, #d00);
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img2 {
  opacity: 1 !important;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-arrow {
  opacity: 1 !important;
}
.container .cont-plate1 .plate1-cent .cnet-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 3.2rem);
  height: 6.4rem;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left {
  width: 4.48rem;
  height: 100%;
  padding: 0.9rem 0 0 0.6rem;
  background: #fff;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-English {
  
  font-size: 0.18rem;
  background-image: linear-gradient(-90deg, #dfdfdf, #999);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0; margin-bottom:10px;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-title {
  margin: 0.32rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-text {
  padding-right: 0.7rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.7rem;
  font-size: 14px;
  line-height: 0.42rem;
  text-align: center;
  color: #666;
 
  border: solid 1px #ddd;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button:hover {
  color: #fff;
  background: #d00;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-right {
  width: calc(100% - 4.28rem);
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-right img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cnet-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate1 .plate1-cent .cnet-box-active {
  opacity: 1;
  visibility: visible;
}
.container .cont-plate1 .plate1-cent .cnet-box-active .left-English,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-title,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-text,
.container .cont-plate1 .plate1-cent .cnet-box-active img {
  opacity: 1 !important;
  transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  -webkit-transition: all 0.6s !important;
}
.container .cont-plate1 .plate1-web-cent {
  display: none;
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  margin: 0 auto;
  padding: 0.6rem 0;
}
.container .cont-plate2 .plate2-top .top-left {
  width: 50%;
}
.container .cont-plate2 .plate2-top .top-left .left-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #d00;
}
.container .cont-plate2 .plate2-top .top-left .left-English {
  margin-top: 0.18rem;
  font-size: 0.18rem;
  color: #999;
}
.container .cont-plate2 .plate2-top .top-left .left-heng {
  width: 34px;
  height: 5px;
  margin-top: 0.22rem;
  border-radius: 0.5rem;
  background: #a00;
}
.container .cont-plate2 .plate2-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  height: auto;
}
.container .cont-plate2 .plate2-top .top-right .right-list {
  width: auto;
  height: auto;
  margin-left: 1.1rem;
  cursor: pointer;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon {
  position: relative;
  width: 0.5rem;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-title {
  margin-top: 0.6rem;
  font-size: 22px;
  text-align: center;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-English {
  margin-top: 0.1rem;
  font-family: 'Arial';
  font-size: 12px;
  color: #333333;
  opacity: 0.4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img2 {
  opacity: 1 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img1 {
  opacity: 0 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-title {
  color: #666 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-English {
  color: #666 !important;
}
.container .cont-plate2 .plate2-box {
  position: relative;
  width: 100%;
  height: 7rem;
}
.container .cont-plate2 .plate2-box .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate2 .plate2-box .box-cont .box-bg {
  width: 100%;
  height: auto; border-top:#ddd  solid 1px;
}
.container .cont-plate2 .plate2-box .box-cont .box-bg img {
  width: 100%;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.6rem;
  height: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list {
  width: 5.56rem;
  height: 100%;
  padding: 0.8rem 0.6rem 0;
  background: rgba(200 0 0 / 100%);
  opacity: 0;
  transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-title {
  margin: 0.36rem 0 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .link-box {
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.9rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  border-radius: 0.45rem;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-plate2 .plate2-box .box-cont-active {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate2 .plate2-box .box-cont-active .cent-list {
  opacity: 1 !important;
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transition: all 1.4s;
  -o-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -webkit-transition: all 1.4s;
}
.container .cont-plate2 .plate2-box .box-cont-active .list-English {
  opacity: 0.5 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 1.4s;
  -o-transition: all 0.6s 1.4s;
  -moz-transition: all 0.6s 1.4s;
  -webkit-transition: all 0.6s 1.4s;
}
.container .cont-plate2 .plate2-box .box-cont-active .list-title {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 1.8s;
  -o-transition: all 0.6s 1.8s;
  -moz-transition: all 0.6s 1.8s;
  -webkit-transition: all 0.6s 1.8s;
}
.container .cont-plate2 .plate2-box .box-cont-active .list-text {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 2.2s;
  -o-transition: all 0.6s 2.2s;
  -moz-transition: all 0.6s 2.2s;
  -webkit-transition: all 0.6s 2.2s;
}
.container .cont-plate2 .plate2-box .box-cont-active .link-box {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
  transition: all 0.6s 2.6s;
  -o-transition: all 0.6s 2.6s;
  -moz-transition: all 0.6s 2.6s;
  -webkit-transition: all 0.6s 2.6s;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  position:relative;
}
.container .cont-plate3 .plate3-top {
  width: 100%;
  margin-top: 0.75rem;
}
.container .cont-plate3 .plate3-top .top-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #d00;
}
.container .cont-plate3 .plate3-top .top-English {
  margin-top: 0.18rem;
 
  font-size: 0.18rem;
  text-align: center;
  color: #999;
}
.container .cont-plate3 .plate3-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #a00;
}
.container .cont-plate3 .plate3-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.container .cont-plate3 .plate3-box .plate3-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 29;
}
.container .cont-plate3 .plate3-box .box-list {
  position: relative;
  width:20%;
  height: 6.8rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate3 .plate3-box .box-list .list-bg {
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-box .box-list .list-bg img {
  width: auto;
  height: 100%;
  transform: translateX(-32%);
  -o-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  -webkit-transform: translateX(-32%);
}
.container .cont-plate3 .plate3-box .box-list .list-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 0.7rem;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate3 .plate3-box .box-list .list-cent .cent-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.4;
}
.container .cont-plate3 .plate3-box .box-list .list-cent .cent-title {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 {
  display: none;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  padding-left: 1.9rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left {
  width: 3rem;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-English {
  margin-top: 0.5rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.3;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-right {
  flex: 1;
  margin-top: 0.55rem;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding-right:.3rem;
}
.container .cont-plate3 .plate3-box .box-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.container .cont-plate3 .plate3-box .box-list-active {
  flex: 1;
  z-index: 9;
}
.container .cont-plate3 .plate3-box .box-list-active .list-bg img {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.container .cont-plate3 .plate3-box .box-list-active .list-cent,
.container .cont-plate3 .plate3-box .box-list-active .list-mask {
  display: none;
}
.container .cont-plate3 .plate3-box .box-list-active .list-cent2 {
  display: flex !important;
}
.container .cont-plate3 .plate3-web-box {
  display: none;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding-bottom: 0.9rem;
 
}
.container .cont-plate4 .plate4-top {
  width: 100%;
  padding-top: 0.65rem;
}
.container .cont-plate4 .plate4-top .top-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-English {
  margin-top: 0.18rem;
  font-family: 'MontserratBold';
  font-size: 0.24rem;
  text-align: center;
  color: #cbcbcb;
}
.container .cont-plate4 .plate4-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #d00;
}
.container .cont-plate4 .plate4-box {
  display: flex;
  justify-content: space-between;
  width: 15.37rem;
  margin: 0.6rem auto 0;
}
.container .cont-plate4 .plate4-box .box-left {
  display: flex;
  justify-content: space-between;
  width: 8.3rem;
  height: auto;
}
.container .cont-plate4 .plate4-box .box-left .left-list {
  width: 3.9rem;
  height: 5.8rem;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-pic img {
  height: 100%;
  width: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.3rem 0;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent .cent-title {
  font-size: 0.22rem;
  line-height: 30px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent .cent-text {
  margin-top: 0.24rem;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-box .box-left .left-list .list-cent .cent-time {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #cfcfcf;
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover {
  box-shadow: 0 0 0.21rem rgba(83, 83, 83, 0.1);
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover .cent-title {
  color: #d00;
}
.container .cont-plate4 .plate4-box .box-left .left-list:hover .cent-time {
  font-weight: bold;
}
.container .cont-plate4 .plate4-box .box-right {
  width: 6.6rem;
  height: 5.8rem;
  background: #fff;
}
.container .cont-plate4 .plate4-box .box-right .right-top {
  width: 100%;
  height: auto;
  padding: 0.55rem 0.55rem 0.4rem;
  border-bottom: solid 1px #f2f2f2;
}
.container .cont-plate4 .plate4-box .box-right .right-top .top-title {
  display: block;
  font-size: 0.24rem;
  color: #222;
}
.container .cont-plate4 .plate4-box .box-right .right-top .top-text {
  margin: 0.28rem 0 0.24rem;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-box .box-right .right-top .top-time {
  font-family: 'MontserratBold';
  font-size: 16px;
  color: #cfcfcf;
}
.container .cont-plate4 .plate4-box .box-right .right-top:hover .top-title,
.container .cont-plate4 .plate4-box .box-right .right-top:hover .top-text {
  text-decoration: underline;
}
.container .cont-plate4 .plate4-box .box-right .right-cent {
  width: 100%;
  height: auto;
  padding: 0 0.55rem 0;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .cent-list {
  display: block;
  margin-top: 0.26rem;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .cent-list span {
  display: inline-block;
  width: 1rem;
  margin-right: 0.3rem;
  font-family: 'MontserratBold';
  font-size: 16px;
  color: #cfcfcf;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .cent-list:hover {
  text-decoration: underline;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .right-button {
  display: block;
  width: 1.4rem;
  height: 0.45rem;
  margin-top: 0.4rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-box .box-right .right-cent .right-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-plate5 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 2rem;
  background-attachment: fixed;
}
.container .cont-plate5 .plate5-bg {
  width: 7.96rem;
  height: 9.07rem;
  padding-top: 1.9rem;
  background: url(../images/plate5-pic1.png) no-repeat center right;
  background-size: 7.96rem 7.17rem;
  background-attachment: fixed;
}
.container .cont-plate5 .plate5-cont {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15.37rem;
  padding-top: 0.9rem;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate5 .plate5-cont .cont-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #d00;
}
.container .cont-plate5 .plate5-cont .cont-text {
  margin-top: 0.4rem;
  font-size: 16px;
  color: #666;
}
.container .cont-plate5 .plate5-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 10rem;
  height: auto;
  margin-top: 0.7rem;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list {
  width: auto;
  height: auto;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-icon {
  position: relative;
  width: 1.21rem;
  height: 1.21rem;
  text-align: center;
  line-height: 1.21rem;
  background-size: 100%;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-icon .img1 {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-icon .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.52rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate5 .plate5-cont .cont-box .box-list .list-title {
  font-size: 18px;
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list:hover .list-title {
  color: #d00;
}
.container .cont-plate5 .plate5-cont .cont-box .box-list:hover .img1 {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container .cont-plate5 .plate5-cont .cont-cent {
  width: 100%;
}
.container .cont-plate5 .plate5-cont .cont-cent .cent-list {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 16px;
  color: #3d4144;
  font-weight: 700;
  line-height: 24px;
  padding-left: 25px;
  margin-right: 1.16rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.container .cont-plate5 .plate5-cont .cont-cent .cent-list:last-of-type {
  margin-right: 0;
}
.container .cont-plate5 .plate5-cont .cont-cent .cent-list:hover {
  color: #d00;
}



.yyzxA{
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	bottom: 0;
	z-index: 999;
	padding: 10px 0;
}
.yyzxA .container{
	position: relative;
}
.yyzxA h2{
	color: #fff000;
	font-size: 22px;
	line-height: 40px;
}
.yycolse{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.yycolse:hover{
	opacity: 0.5;
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.yycolse i{
	width: 32px;
	height: 32px;
	background-position: -210px 0;
}
.yy_mess-box{

	float: left;
}
.yy_mess-box .form-group{
	font-size: 0;
}
.yy_mess-box .form-yzm {
    width: 270px;
	float: left;
}
.yy_mess-box input{
    width: 270px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #666666;
    padding: 10px;
    background-repeat: no-repeat;
    background: #f3f3f3;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	float: left;
}
.yy_mess-box .small-button{
	width: 135px;
	height: 40px;
	color: #333;
	background: #fff000;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
	border:0;
}

.ser_tel {
	margin-top:-50px;
	padding-left:30px;
    float: left;
    color: #fff;
    font-size: 45px;
	font-family:Impact;
    line-height: 50px;
}
.ser_tel span{
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
}
.containerB{ width:1200px; height:auto; margin:0 auto;}
@media (min-width: 1024px){
	#toolbar{ display: none;}
}


@media (max-width: 800px){
	.yyzxA{ display: none;}	
	/* 底部工具栏 */
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1.1rem;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: rgba(0, 114, 188, 0.95);
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: 0.2rem;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #fbdd16;
}
.icon {
	background: url(../images/icon2024.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}	
	.foot{ padding-bottom: 1.1rem;}	
	
}



.gephb-company {
	position:absolute;
	box-sizing: border-box;
	padding: 95px 0;
	left:0;
	top:0;
	height: 644px;
	text-align: center;
	color: #fff;
	overflow: hidden
}
.container-box { width:70%; margin-left:15%; margin-right:15%;}
.container-box h2 {font-size: 1.8em;
    line-height: 1.2;
    font-weight: 600; margin-bottom:2em;}
.gephb-company .description {
	line-height: 1.8em
}
.gephb-company .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;margin-top:3.5em;
}
.gephb-company .items .number {
	display: block;
	margin-bottom: 20px;
	font-family: fantasy, sans-serif;
	font-size: 50px;
	color: #d00;-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.gephb-company .items .number strong {
	font-weight: bold;
	font-size: 20px;
}






.xwdh{ width:100%; float:left;}
.xwdh_fl{ float:left;}
.xwdh_fl h2{ font-size:35px; font-weight:bold; color:#d00; margin-bottom:15px;}
.xwdh_fl h3{ font-size:20px; font-weight:300; color:#333333; margin-bottom:30px;}
.xwdh_fr{ float:right; margin-top:30px; overflow:hidden;}
.xwdh_fr li{ width:194px; height:40px; line-height:40px; float:left; text-align:center; background:#fff; margin-left:10px; border:#ddd solid 1px;}
.xwdh_fr li.active{ background: linear-gradient(to bottom right, #d00, #d00); color:#fff;}
.xwdh_fr li.active a{ color:#fff;}
.xwdh_fr li a{ font-size:16px;}
.syabout{ width:40%; height:auto; float:left;}
.ab_con{ width:100%; font-size:17px; line-height:30px; color:#000; margin-top:30px;}
.abmore{ width:100px; height:30px; line-height:30px; float:left; text-align:center; background:#cc0000; color:#fff; font-size:13px;}
.abmore:hover{ color:#ff0;}

.ddxw{ width:28%; float:left; margin-left:2%; overflow:hidden;}
.dd_img{ width:100%; float:left;}
.dd_img img{ width:100%;}
.dd_con{ background:#cc0000; padding:30px 40px; float:left;}
.dd_con h2{ font-size:23px; color:#fff; line-height:30px; font-weight:400; }
.dd_con p{ font-size:13px; color:#fff; line-height:31px; margin-bottom:20px; margin-top:20px;}
.dd_con a{ width:100px; height:25px; line-height:25px; float:left; text-align:center; border:1px solid #fff; color:#fff;}

.xwxh{ width:100%; float:left;}
.xwxh ul{ display:none;}
.xwxh li{float:right; background:#fff; margin-bottom:10px; overflow:hidden; width:40%; padding:10px 0.5%; display:block; border-bottom:#ddd  dashed 1px;}
.xwxh li h2{ height:35px; line-height:30px; overflow:hidden; font-size:18px;}
.xwxh li:hover h2 a{ color:#c00;}
.xwxh li h3{ color:#adadad; font-size:16px; font-weight:400; margin-bottom:5px;}
.xwxh li p{ font-size:15px; line-height:23px; height:46px; overflow:hidden; color:#999;}


.xwdhc { width:80%; margin-left:10%;  margin-right:10%; margin-top:2em; }
.news_div_item{width:500px;height:110px; float:left;position: relative;box-sizing: border-box;background:#fff;margin-left:30px; margin-bottom:16px;}
.news_div_item_year { float:left;}
.news_div_item_body { font-size:12px; color:#999; margin-top:1em;}
 .news_div_item:nth-child(1){margin-left:0; }
 .news_div_item:nth-child(-n+2){width:25%;height: 410px;}
.news_div_item:nth-child(-n+2) .news_div_item_pic img{width:370px;height:274px;border: 1px solid #eee;box-sizing: border-box;}
 .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:372px;display:block;}
 .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:348px;width:390px;font-size:12px;color: #999;}


.news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:310px;width:360px;}



.content-boxc {background:#f7f7f7; } 

.content-box {
    background: #fff;
    width:80% !important;
    max-width: 1920px; 
    margin:0 auto; z-index:9999;
}
.content-box .list-menu{
    height:95px;
    width:100%;
    padding-left:180px;
    position: relative;
    background: #fff;
    line-height: 86px; border-bottom:#ddd solid 1px;
}
.content-box .list-menu .ban_title{
    height:150px;
    width:180px;
    position: absolute;
    bottom:0px;left:0;
    background:#d00;
    text-align: center;
    color:#fff;
    padding:40px 0;
	z-index:10000000;
}
.content-box .list-menu .font24 {
    font-size:24px;
    line-height:40px;
    margin-bottom:10px;
}
.content-box .list-menu .ban_title span{
    font-size:16px;
    font-family:Arial, sans-serif;
    display:block;
    line-height:16px;
    text-transform: Uppercase;
}
.content-box .list-menu ul{
    float:left;
    /*width:60%;*/
}
.content-box .list-menu ul li{
    float:left;
}
.content-box .list-menu ul li a{
    font-size:16px;
    padding:0 20px;
  
    display: inline-block;
    position: relative;
    text-align: center;
}
.content-box .list-menu ul li.active a{
    color:#F00;
}
.content-box .list-menu ul li a:after{
    transition: all .3s linear;
    position: absolute;
    content:'';
    display: inline-block;
    border:2px solid #fdf8f8;
    width:10px;height:10px;
    border-radius: 10px;
    bottom:0px;left:50%;
    margin-left:-5px;
}
.content-box .list-menu ul li.active a:after,.content-box .list-menu ul li:hover a:after{
    bottom:14px;
    border-color:#d00;
}
.content-box .list-menu .crumbs {
    padding-right:20px;
    float:right;
    /*width:36%;*/
    font-size:15px;
    text-align: right;
    overflow: hidden;
    height:80px;
    color:rgba(0,0,0,0.3);
}
.content-box .list-menu .crumbs span{
    padding:2px 5px;
}
.content-box .list-menu .crumbs a{
    color:#959494;
    cursor: pointer;
}
.content-box .list-menu .crumbs a:hover{
    color:rgba(0, 153, 153,1);
}
/*.content-box .list-menu .crumbs a:before{
    position: relative;
    top:-1px;
    content:'';
    margin:0 6px 0 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ccc;
    transition: all .3s linear;
}
.content-box .list-menu .crumbs a:hover:before{
    border-left-color:rgba(0, 153, 153,1);
}*/
.lists_banner {
    background: no-repeat center top;
    height:420px;
    width:100%;
    background-size: cover;
}

.page_content {
    padding:20px 0 40px;
}
.page_content p{

}

.page_wz  { padding:30px;}


/*****联系我们****/
.contact-section{
    position:relative;
    padding:75px 0px 70px;
}

.contact-section .contact-title{
    position:relative;
    margin-bottom:50px;
}

.contact-section .contact-title h2{
    position:relative;
    font-size: 40px;
    font-weight:600;
    margin-bottom: 20px;
    line-height:1.4em;
    display: inline-block;
}

.contact-section .contact-title h2:after{
    position:absolute;
    content:'';
    right: -65px;
    bottom: 15px;
    width: 50px;
    height:2px;
}

.contact-section .contact-title .text{
    position:relative;
    color:#797979;
    font-size: 18px;
    margin: 0;
}

.contact-section .form-column{
    position:relative;
}

.contact-section .form-column .inner-column{
    position:relative;
}
.contact-form{
    position:relative;
}

.contact-form .form-group{
    position:relative;
    margin-bottom:30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
    display:block;
    width:100%;
    line-height:28px;
    height: 56px;
    font-size:16px;
    padding:10px 22px;
    background:#ffffff;
    color:#000000;
    border:1px solid #dddddd;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.contact-form textarea{
    height:140px;
    resize:none;
    font-size:16px;
    background:#ffffff;
}

.contact-form .theme-btn{
    font-size:18px;
    margin-top:10px;
    padding: 20px 36px;
    position: relative;
    color: #fff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
    border-color:#ff0000 !important;    
}

.contact-form label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:11px;
    color:#ff0000;
    font-weight:500;    
}

.contact-section .info-column{
    position:relative;
}

 .info-column .inner-column{
    position:relative;
    padding-left: 80px;
}

 .info-column ul{
    position:relative;
}

 .info-column ul li{
    position:relative;
    color: #797979;
    font-size: 18px;
    font-weight:400;
    margin-bottom:20px;
   
}

.info-column ul li span{
    color: #d00;
    font-size: 20px;
    font-weight: 700;
    display:block;
    margin-bottom:6px;
    text-transform:capitalize;
}

 .info-column ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 35px;
    line-height: 36px;
	color: #ee0d09;
}

.info-column .inner-column h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.info-column .inner-column .text {
    margin-bottom: 40px;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

.info-columnw { width:35%;}
.form-column { width:50%; float:left;}

.cl { clear:both;}



.post-body {
    margin-top: 60px;
    margin-bottom: 40px;
}

.post-body .category-nav {
    text-align: center;
}

.post-body .category-nav a {
	display:inline-block;
	width:200px;
	line-height:50px;
	margin:0 10px;
	font-weight:600;
	background:#f0f0f0
}
.post-body .category-nav a:hover,.post-body .category-nav a.selected {
	color:#fff;
	background:#d00;
}
.post-body .items {
	margin-top:40px; width:80%; margin-left:10%; margin-right:10%;
}
.post-body .item {
	display:flex;
	justify-content:space-between;
	place-items:center;
	box-sizing:border-box;
	width:100%;
	padding:10px;
	margin-top:12px;
	overflow:hidden;
	color:#666;
	clear:both;
	transiton:all .26s; border-bottom:#ddd dashed 1px;
}
.post-body .item:hover {
	background:#f7f7f7;
}
.post-body .item .figure {
	width:400px;
	margin-right:24px
}

.post-body .item .figure img { width:100%;}

.post-body .item .content {
	position:relative;
	width:100%
}
.post-body .item .figure ~.content {
	width:calc(100% - 464px)
}
.post-body .item .title {
	display:block;
	font-size:18px;
	color:#333
}
.post-body .item .pubdate {
	display:block;
	margin-top:10px; text-align:right;
}
.post-body .item .views {
	float:right;
	color:#999
}
.post-body .item .views:before {
	content:'\e907';
	margin-right:6px
}
.post-body .item .summary {
	margin-top:30px
}
.post-body .loadmore {
	margin-top:40px
}


.pages {
padding:0 0 15px;
width:100%;
text-align:center;
clear:both;
margin-top:20px
}

.pages a {
color:#666;
padding:0 10px;
margin:3px;
background:#fff;
border:1px solid #edebeb
}

.pages * {
display:inline-block;
vertical-align:middle;
line-height:34px;
padding-bottom:1px
}

.pages span {background:#d00;
border-color:#d00;padding: 0 10px;
    margin: 3px; color:#fff;}
.pages a:hover,.pages .hover {
display:inline-block;
color:#fff;
background:#d00;
border-color:#d00
}

.page-num-current {
color:#fff!important;
background:#d00!important;
border-color:#d00!important
}




.main {
    width: 60%;
    float: left
}

.headline  {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 600;
}

.post-body .metadata {
    border-bottom: 1px solid #f0f0f0;
}

.post-meta {
    width: 100%;
    margin-top: 30px;
    line-height: 20px;
    padding-bottom: 15px;
    color: #999
}

.post-meta > span {
    margin-right: 20px
}

.post-meta > span:nth-child(n+2):before {
    margin-right: 2px
}


.post-action {
    position: relative;
    z-index: 10;
    width: 100%;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.post-action > span {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    margin: 0 5px;
    border: 2px solid #f0f0f0;
    cursor: pointer;
    transition: all .3s;
    pointer-events: auto
}

.post-action > span:hover {
    border-color: #0b76be
}

.post-action .post-like.liked {
    color: #0b76be;
    border-color: #0b76be
}

.post-action .post-favorite.favorited {
    color: #0b76be;
    border-color: #0b76be
}

.post-action > span:before {
    margin-right: 5px
}

.post-action .post-like:before {
    content: '\e934'
}

.post-action .post-like.liked:before {
    content: '\e935'
}

.post-action .post-favorite:before {
    content: '\e94f'
}

.post-action .post-share:before {
    content: '\e931'
}

.post-share-container {
    position: absolute;
    top: 60px;
    box-sizing: border-box;
    width: 140px;
    padding: 15px;
    text-align: center;
    color: #666;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.35)
}

.post-share-container:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: block;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.35)
}

.post-share-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: block;
    width: 15px;
    height: 15px;
    background: #fff
}

.post-share-container span {
    display: block
}

.post-share-container .copy-url {
    cursor: pointer
}

.post-share-container .copy-url:before {
    content: '\e91b';
    margin-right: 5px;
    color: #0b76be
}

.post-share-container .qrcode {
    margin-top: 10px;
    line-height: 2
}

.wrapc { padding:30px;}

.sidebar {
   
    float: right;
    width: 30%;
    padding-bottom: 40px
}

.sidebar > div:nth-child(n+2) {
    margin-top: 40px
}

.sidebar-latest-news .sidebar-content {
    margin-top: 20px;
    color: #666
}

.sidebar-latest-news li { padding:5px; border-bottom:1px #ddd dashed;
}

.sidebar-posts .sidebar-content {
    margin-top:10px;
    color: #666
}

.sidebar-posts li {
  padding:5px; border-bottom:1px #ddd dashed;
}

.sidebar-product-category .sidebar-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin-top: 20px
}

.sidebar-product-category li {
    line-height: 40px;
    text-align: center;
    background: #f0f0f0;
    transition: all .16s ease-in-out
}

.sidebar-product-category li:hover {
    background: #0b76be
}

.sidebar-application .sidebar-content {
    margin-top: 20px
}

.sidebar-application li {
    margin-bottom: 5px;
    line-height: 40px;
    text-align: center;
    background: #f0f0f0;
    transition: all .16s ease-in-out
}

.sidebar-application li:hover {
    background: #0b76be
}

.sidebar-author {
    border: 1px solid #f0f0f0
}

.sidebar-author-head {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    place-items: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa
}

.sidebar-author-head .avatar {
    width: 100px
}

.sidebar-author-head .info {
    box-sizing: border-box;
    width: calc(100% - 120px);
    padding-right: 20px
}

.sidebar-author-head .name {
    font-weight: 600
}

.sidebar-author-head .motto {
    margin-top: 5px;
    font-size: 14px;
    color: #666
}

.sidebar-author-body {
    padding: 20px;
    font-size: 14px
}

.sidebar-author-body .title {
    font-weight: 600
}

.sidebar-author-body p {
    margin-top: 10px;
    color: #666
}

.sidebar-title { font-size:18px; border-bottom:2px #d00 solid; width:22%; padding:10px; font-weight:700; text-align:left;}



.category-nav {

text-align:center;

margin-top:20px

}



.category-nav a {

display:inline-block;

width:18%;

line-height:50px;

margin:0 10px;

font-weight:600;

background:#f7f7f7; padding:10px; 

}



.category-nav a:hover,.post-body .category-nav a.selected {

color:#fff;

background:#D00

}



.selected {

color:#fff;

background:#D00

}



.category-nav {

padding-bottom:5px;

white-space:nowrap;

overflow-x:auto

}

.cptpc  { width:100%;}
.cptpc img { width:100%; float:left; display:block; background:#FFF;}
.cptpc p { float:left; text-align:center; width:100%;}

.business-body .product-category {

margin-top:60px

}



.business-body .headline {

display:flex;

flex-wrap:wrap;

justify-content:space-between;

place-items:baseline

}



.business-body .headline .description {

width:calc(100% - 367px);

color:#666

}



.business-body .headline .description p strong {

text-decoration:underline

}



.business-body .items {

margin-top:30px;

font-size:14px;

text-align:center; 

}



.business-body .item {

position:relative;

padding:40px 0 20px;

border:1px solid #f0f0f0; width:23%; float:left; margin-right:1%;

}

.business-body .item a{ font-size:18px; font-weight:500;

}


.business-body .item .figure {

display:flex;

place-items:end;

justify-content:space-around;

place-items:center;

width:90%;

height:auto;

padding:40px 5%;

border-bottom:2px solid #f0f0f0

}

.business-body .item .figure img { width:100%;}

.prdlistico img{ height:242px !important;}



.business-body .item .technical {

height:38px;

margin-top:20px;



 text-align:left;

}



.business-body .item .technical p {

padding:0 1px; color:#999; text-indent:10px;

}



.business-body .item .technical p .name {

font-weight:700

}



.business-body .item .technical p:nth-child(3) {

display:none

}



.business-body .action {

margin-top:30px;

font-size:14px;

overflow:hidden

}



.business-body .action a {

float:left;

display:block;

box-sizing:border-box;

width:calc(50% - 30px);

line-height:46px;

border:2px solid #f0f0f0;

margin-left:20px;

transition:all .16s ease

}



.business-body .action .chat {

border-color:#D00

}



.business-body .action .mobile {

width:calc(98% - 30px)!important;

background:#D00;

margin-top:10px;

font-size:16px;

font-weight:700; color:#FFF;

}





.business-body .action .more:hover {

background:#D00;

border-color:#D00

}



.business-body .item:hover,.business-body .item:hover .figure {

border-color:#D00

}



.business-body #matching {

position:relative

}



.business-body #matching .items {

padding-top:30px;

margin-top:0;

white-space:nowrap;

overflow:hidden

}



.business-body #matching .item {

display:inline-block;

width:calc((100% - 72px)/4);

min-width:260px;

margin-right:24px;

vertical-align:top

}



.business-body #matching span[role=button] {

position:absolute;

top:50%;

transform:translateY(-50%);

display:block;

width:40px;

line-height:80px;

font-family:icons;

font-size:30px;

background:rgba(240,240,240,.7);

text-align:center

}



.business-body #matching .carousel-prev {

left:2px;

transform:translateY(-50%) rotate(180deg)!important

}



.business-body #matching .carousel-next {

right:2px

}



.business-body #matching span[role=button]:active {

color:#D00

}
.underscore-section-title { text-align:left; width:100%; display:block; font-size:20px; font-weight:700; padding:10px; border-bottom:2px solid #d00; width:auto;}


/****产品内页***/
.leftnav{ width:18%; height:auto; float:left; overflow:hidden;}
.leftnav .submenubox { padding-bottom: 20px }
.leftnav .submenubox .left_title { height: 80px; background: #c21600; color: #fff }
.leftnav .submenubox .left_title h3 { font-size: 24px; font-weight: 700; line-height: 80px; padding-left: 26px; text-transform: uppercase }
.leftnav .submenubox .left_title s { background-position: -248px -76px; vertical-align: middle; width: 28px; height: 28px; margin-right: 30px; margin-top: 28px }
.leftnav .submenu { position: relative }
.leftnav .submenu li { display: block }
.leftnav .submenu li strong { color:#d00;}
.leftnav .submenu li a.sub1 { height: 55px; line-height: 55px; display: block; padding-left: 28px; background: url(../images/jtou.png) no-repeat 90% center #fff; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden }
.leftnav .submenu li a.sub1:hover { background: url(../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #c21600; border-right: 1px solid #f5f5f5; color: #c21600 }
.leftnav .submenu li.hover a.sub1 { background: url(../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #c21600; border-right: 1px solid #f5f5f5; color: #c21600 }
.leftnav .submenu s { width: 2px; height: 61px; display: block; background: #5abf21; position: absolute; left: 0; top: 0 }
.leftnav .submenu .box { padding-bottom: 0; background: #f9f9f9; border: 1px solid #eee; border-top: 0; display: none }
.leftnav .submenu .box a { color: #333; line-height: 40px; display: block; height: 40px; padding-left: 28px; overflow: hidden }
.leftnav .submenu .box a s { width: 10px; height: 10px; margin-right: 8px; display: inline-block; background-position: 2px -178px }
.leftnav .submenu .box a:hover, .leftnav .submenu .box a.hover { color: #5abf21 }
.leftnav .submenu li.hover .box { display: block }
.icons {
    vertical-align: middle;
    background: url(../images/icons.png) no-repeat;
    display: inline-block;
}

.tlxctj{ width:260px; float:left; padding-bottom:20px;}
.tlxctj .left_title { height: 80px; background: #c21600; color: #fff }
.tlxctj .left_title h3 { font-size: 24px; font-weight: 700; line-height: 80px; padding-left: 26px; text-transform: uppercase }
.tlxctj .left_title s { background-position: -248px -76px; vertical-align: middle; width: 28px; height: 28px; margin-right: 30px; margin-top: 28px }
.tlxc_tu{ border:1px solid #ddd; padding:0 10px; border-top:0;}
.tlxc_tu li{ padding-top:15px; text-align:center; line-height:30px; font-size:16px;}
.tlxc_tu li img { width:100%;}

.blk-sm {
    width:78%;
}
.p15-showcase {
    position: relative;
    padding: 12px 18px 16px 15px;
    background: #fff;
    border: 1px solid #eee; border-top:none;
}
.p15-showcase-left{position:relative;width:55%;float:left;line-height:0;overflow:hidden;border:1px solid #e7e7e7;}
.p15-showcase-left-jt{width:12px;height:23px;position:absolute;top:50%;margin-top:-11px;cursor:pointer;z-index:33}
.p15-showcase-left-prev{left:10px}
.p15-showcase-left-next{right:10px}
.p15-showcase-left-size{position:absolute;right:0;bottom:0;width:56px;height:28px;font-size:14px;line-height:16px;padding:0 15px}
.p15-showcase-left-size em{font-style:normal}
.p15-showcase-left-pic{width:100%;text-align:center}
.p15-showcase-left-pic li{float:left}
.p15-showcase-left-pic img{width:100%;display:block;}
.p15-showcase-right{width:43%;float:right}
.p15-showcase-right-tit{height:40px;font-size:24px;line-height:40px;color:#454545;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd;}
.p15-showcase-right-con{line-height:24px;font-size:14px;overflow:hidden}
.cp_con {
    width: 500px;
	float:left;
    position: relative;
}
.cp_con li {
    line-height: 40px;
    font-size: 16px;
}
.cp_con li strong{ color:#f00;}
.cp_con .wx {
    position: absolute;
    width: 35%;
    height: auto;
    top: 0;
    right: 0;
}
.cp_con .wx img {
    width: 100%;
}

.lxfstt{ width:91%; float:left; border:1px solid #ddd; margin-top:10px; overflow:hidden; padding:10px;}
.lianxi1 {
	width:100%;
	float:left; 
    background: #F7F7F7;
}
.lianxi1 p{ text-align: center;  line-height: 30px;}
.lianxi1 .lxp1{ padding-top: 12px; font-size:16px;}
.lianxi1 .lxp2{ padding-top: 5px;font-size: 21px; font-weight: 600; color: #F00;}
.lianxi1 .lxp3{ padding:10px 0; color: #777;}
.lianxi1 .lxp4{ padding:10px 0; font-size:15px;}
.lianxi1 .lxp4 a{border-radius: 1px; font-size: 15px; line-height: 1.5; padding: 10px 30px; color: #fff; background-color: #d9534f; border-color: #d43f3a;}
.endit-content {
    line-height: 28px;
    border: 1px solid #eee;
    border-top: none;
    padding: 19px 30px;
}
.p14-prodcontent-1-desc {
    padding-left: 15px;
    padding-right: 15px;
}
.sptimg { overflow:hidden;}
.sptimg img{width:225px; height:176px; float:left; margin-right:15px;}
.sptimg img:nth-child(5n){ margin-right:0; float:right;}
.cp_btm {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}
.cp_btm li {
	width: 48%;
	height: auto;
	float: left;
}
.cp_btm li a {
	width: 165px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.blue {
	background: #d00;
}
.oragen {
	background: #f37b1d;
}
.green {
	background: #ff542c;
}
.blue:Hover {
	background: #0a6999;
}
.oragen:hover {
	background: #c85e0b;
}
.green:hover {
	background: #429842;
}
.cpwz{ width:100%; line-height:35px; float:left; margin-top:15px; overflow:hidden;}

.p14-prodcontent-1 {
	width:100%; float:left; 
    background: #fff;
}
.p14-prodcontent-2 {
	width:78%; 
	float:right; 
	margin-top:15px;
    background: #fff;
	margin-bottom:20px;
}
.p14-product-2-tit {
	width:100%;
	float:left;
    height: 46px;
    line-height: 46px;
}
.p14-product-2-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #464646;
    padding-right: 10px;
	height:46px;
    border-bottom: 2px solid #f97b47;
}
.p14-product-2-tit span {
    margin-left: 10px;
    font-size: 18px;
  
    color: #999;
    text-transform: uppercase;
}
.view-table{
	width:96%;
	float:left;
	padding:25px;
    line-height: 28px;
	font-size:16px;
    border: 1px solid #eee;
}
.view-table img{ max-width:100%; margin-left:auto; margin-right:auto; display:block;}
.view-table table{ width:100%; float:left; word-wrap: break-word; word-break: break-all;}
.view-table table td{ border: 1px solid #c0504d; font-size: 16px; padding: 5px 10px;}
.view-table table td:nth-child(2n) { width: 30%;}
/*.view-table table tr:first-child{ background:#c0504d !important; color:#fff;}*/

.fr { float:right;}

